home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3macro.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MACRO_H = 1;
- include("real/code/r3ttag.js")
-
-
- var R3CLID_MACRO = 826;
-
-
-
-
- var R3MACROA_Events = 826500; // r3List
- var R3MACROA_ExtensionMethod = 826501; // String
- var R3MACROA_Method = 826502; // Integer
- var R3MACROA_Target = 826503; // String
- var R3MACROA_Tags = 826504; // Tag[]
- var R3MACROA_NumParams = 826505; // Integer
- var R3MACROA_TargetName = 826506; // String
- R3MACROA_Label = 826507;
- function SetR3MACROA_Label(value) {
- R3Set(this.r3obj, R3MACROA_Label, value, R3TID_STRING, 0);
- }
-
- function GetR3MACROA_Label() {
- return R3Get(this.r3obj, R3MACROA_Label, R3TID_STRING, 0);
- }
-
- R3MACROA_Description = 826508;
- function SetR3MACROA_Description(value) {
- R3Set(this.r3obj, R3MACROA_Description, value, R3TID_STRING, 0);
- }
-
- function GetR3MACROA_Description() {
- return R3Get(this.r3obj, R3MACROA_Description, R3TID_STRING, 0);
- }
-
-
-
- function r3Macro () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MACRO, arguments);
- }
- // Attributes
- this.GetLabel=GetR3MACROA_Label;
- this.SetLabel=SetR3MACROA_Label;
- this.GetDescription=GetR3MACROA_Description;
- this.SetDescription=SetR3MACROA_Description;
- }
-
- r3Macro.prototype=new r3Ttag;
- // r3macro.h_H